﻿/*共用*/
body {
	width: 100%;
	font-size: 12px;
	background: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Microsoft Yahei";
	color: #333;
}
div {
	margin: 0px;
	padding: 0px;
}
span, p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
dl, dt, dd, ol, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
from, input, select {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	font-size: 0px;
	overflow: hidden;
	height : 0px;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #068bdb;
	text-decoration: none;
}
.border_bg {
	width: auto;
	height: auto;
	margin: 0 auto;
}
.cp1 img {
	border: 1px solid #bbb;
	padding: 5px;
	background: #fff;
}
.cp1 img:hover {
	border: 1px solid #068bdb;
	padding: 5px;
	background: #f7f1eb;
}
.cp img {
	border: 1px solid #bbb;
	padding: 1px;
}
.cp img:hover {
	border: 1px solid #068bdb;
	padding: 1px;
}
input, button, select, textarea {
	outline: none
}
.font_1 {
	font-size: 16px;
	color: #333;
}
#copy {
	display: none;
}
.totalwidth {
	max-width: 1390px;
	margin: 0 auto;
	height: auto;
}
.totalwidthpercent {
	width: 100%;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#top_cp, #top_jj, #jz_qaun, #xinwen {
	max-width: 1390px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.top60 {
	margin-top: 60px;
}
.top70 {
	margin-top: 70px;
}
.box {
	max-width: 1390px;
	height: auto;
	margin: 0 auto;
	max-width: 1390px;
}
/*共同结束*/

/*欢迎进入*/
.hyjr_dkkd {
	width: 100%;
	height: 38px;
	background: #068bdb;
}
.hyjr_kz {
	max-width: 1390px;
	margin: 0 auto;
	height: 38px;
}
.hyjr_zt1 {
	font-size: 12px;
	color: #f5f5f5;
	line-height: 38px;
	float: left;
}
.hyjr_zt {
	font-size: 12px;
	color: #f5f5f5;
	height: 38px;
	line-height: 38px;
	float: right;
}
.hyjr_zt a {
	font-size: 12px;
	color: #f5f5f5;
	line-height: 38px;
}
.hyjr_zt a:hover {
	font-size: 12px;
	color: #ff0;
	line-height: 38px;
}
/*导航*/
.top {
	background: #fff;
	width: 100%;
	position:fixed;
	z-index:999;
	box-shadow:0 0 5px rgb(0 0 0 / 20%);
}
.top_in {
	position: relative;
	min-width: 100%;
	margin: 0 auto;
}
.top_in > .totalwidth {
	position: relative;
}
.top .fr {
/*	height: 117px;*/
}
.top .logo {
	margin-top: 18px;
}
.top .kds2 {
	width: 220px;
	padding-top: 33px;
	padding-left: 15px;
}
.top .totalwidth .fl {
	display: block;
}
.top .totalwidth .fl a, .top .page .fl a img {
	display: block;
}
.NavCeshi > li {
	float: left;
	text-align: center;
	transition: 0.6s all ease-in-out;
	padding-right: 0px;
	padding:0 26px;
/*	height: 117px;*/
	display: block;
}
.NavCeshi > li > a {
	font-size: 16px;
	color: #454545;
	transition: 0.2s all ease-in-out;
	position: relative;
	z-index: 1113;
	line-height: 95px;
	display:block;
	border-bottom:3px solid #fff;
}
.NavCeshi > li.navcurrent, .NavCeshi > li:hover {
	transition: 0.8s all ease-in-out;
	/*background: url(../images/navbg.png) center no-repeat;*/
	color: #068bdb;
}
.NavCeshi > li.navcurrent > a, .NavCeshi > li > a:hover {
	color: #068bdb;
	border-bottom:3px solid #068bdb;
}

.nav .NavCeshi > li {
  position: relative;
}
.nav .NavCeshi > li:hover .ol-list {
  display: block;
}
.nav .ol-list {
  display: none;
  position: absolute;
  /* top: 0px; */
  left: -13%;
  z-index: 999;
  background: #fff;
  width: 130%;
  padding:10px 0;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
}
.nav .ol-list > li > a {
  font-size: 15px;
  text-decoration: none;
  color: #555;
  display: flex;
  align-items: center;
  padding:15px 10px;
  justify-content: center;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .ol-list > li > a:hover {
  background: #068bdb;
  color:#fff;
}
@media screen and  (max-width:1300px){
.NavCeshi > li{
	padding:0 15px;
}
}

/*幻灯片*/
.banner {
	overflow: hidden;
	background: #fff;
	padding-top:95px;
}
.banner-box {
	max-width: 100%;
	height: 100%;
	position: relative;
}
.banner-box .bd {
	width: 100% !important;
}
.banner-box .bd li {
	width: 100% !important;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-box .bd li a {
	display: block;
	background-size: auto;
}
.banner-box .bd li img{
	width:100%;
	height:auto;
}
.banner-btn {
	width: 100%;
	position: absolute;
	left: 0;
	top:35%;
	margin-left: 0;
	height: 100%;
	overflow: hidden;
}
.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: relative;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out
}
.banner-btn a.prev {
	left: -50px;
	background: url(../images/zy.png) no-repeat 0 0;
}
.banner-btn a.next {
	position:absolute;
	right: -50px;
	background: url(../images/zy.png) no-repeat -49px 0;
}
.banner-box .hd {
	position: absolute;
	top: 55%;
	width: 100%;
	display: block;
}
.banner-box .hd ul {
	text-align: center
}
.banner-box .hd ul li {
	width: 20px;
	height: 20px;
	border-radius : 20px;
	text-indent: -9999px;
	background: #f5f5f5;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out
}
.banner-box .hd ul li.on {
	background: #068bdb;
	width: 32px;
}
.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
.banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}
.mban{
	padding-top:95px;
}
.mbanner {
	width: 100%;
	height: auto;
	margin-top: 0px;
	position:relative;
}
.mbanner img{
	width:100%;
}
.mbanner .nb-main{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
    text-align: center;
    z-index: 3;
}
.mbanner .nb-main h2{
	font-size:30px;
	margin-bottom:10%;
	font-weight:100;
}
.mbanner .nb-main .nbx{
	height:2px;
	width:30px;
	background:#fff;
	margin:0 auto;
}
/*搜索*/
#search_bg {
	width: 100%;
	margin: 0 auto;
	background: #f4f4f4;
	height: 140px;
	margin-bottom: 50px;
}
#search_c {
	max-width: 1390px;
	margin: 0 auto;
	height: 140px;
}
#search_c_l {
	width: 680px;
	float: left;
}
#search_c_r {
	width: 450px;
	float: right;
}
#search_cc {
	width: 460px;
	padding-top: 34px;
}
#search_cc_l {
	width: 380px;
	float: left;
	background: #fff;
	line-height: 44px;
	height: 44px;
}
#search_cc_r {
	width: 72px;
	overflow: hidden;
}
#search_b {
	width: 460px;
	height: 42px;
	line-height: 42px;
}
.head_adv {
	width: 360px;
	margin-top: 40px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
}
.head_adv span {
	font-size: 27px;
	color: #068bdb;
	font-weight: bold;
}
.h_tel {
	width: 300px;
	border-left: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;
	height: 140px;
}
.hgtbhmk {
	width: 195px;
	margin: 0 auto;
	margin-top: 35px;
}
.dianhtb {
	width: 30px;
	height: 30px;
	float: left;
}
.kehftrx {
	font-size: 17px;
	color: #666;
	float: left;
	padding-top: 5px;
	padding-left: 12px;
}
.dianhsj {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0033;
	text-align: center;
	padding-top: 6px;
}
/*产品*/

.in-pro{
	width:100%;
	overflow:hidden;
}

.ghdgcpb {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.ghdgcpb span {
	font-size: 38px;
	font-weight: bold;
	color: #CC0033;
}
.yzswnz {
	font-size: 16px;
	color: #888;
	text-align: center;
	padding-top: 2px;
	height: 40px;
}
.xigtnjd {
	width: 26px;
	height: 25px;
	margin: 0 auto;
	animation: myfirst 2s infinite;
}
 @keyframes myfirst {
0% {
 transform: translate(0px, 0px);
}
 50% {
 transform: translate(0px, -10px);
}
 100% {
 transform: translate(0px, 0px);
}
}
/*展示*/
#tabs {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
#tabs li {
	float: left;
	background: #068bdb;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	margin-left: 15px;
	text-align: center;
	width: 150px;
	color: #fff;
	margin-bottom: 12px;
	border-radius: 10px;
}
#tabs li a {
	float: left;
	background: #068bdb;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-align: center;
	width: 150px;
	color: #fff;
	border-radius: 5px;
}
#tabs li.currents {
	background: #CC0033;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
#tabs li.currents a {
	background: #CC0033;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}
#contents {
	max-width: 1390px;
	margin: 0 auto;
}
#contents ul {
	display: none;
}
.prod_row2 {
	padding: 30px 0 0;
	padding-top: 10px;
}
.prod_row2 .divproduct_new_div:after {
	content: '';
	display: block;
	clear: both;
}
.prod_row2 .divproduct_new_div_item {
	float: left;
	width: 23%;
	position: relative;
	height: 306px;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	margin: 20px 2% 0px 0;
	border: 1px solid #e5e5e5;
}
.prod_row2 .divproduct_new_div_item:nth-child(4n) {
	margin-right: 0;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic a, .prod_row2 .divproduct_new_div_item .product_div_item_pic a img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s all ease-in-out
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: auto;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content {
	height: 36px;
	padding: 15px 0 15px 10px;
	position: absolute;
	width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/y.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
/*	background: #d0d0d0;*/
	display: block;
	left: 0;
	top: auto;
	transition: 0.3s all ease-in-out;
	bottom: -65px;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {
	bottom: 0;
	background: #068bdb;
}
.prod_row2 .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
	display: block;
	line-height: 26px;
	font-size: 16px;
	padding: 5px 0 5px;
	color: #333;
	position: relative;
	z-index: 3;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a {
	color: #fff;
	transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic a {
	width: auto;
	height: auto;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
	line-height: 24px;
	font-size: 13px;
	color: #999;
	position: relative;
	z-index: 3;
	text-align: justify;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
	color: #aeffc6
}
.prod_row2 .divproduct_new_div_item:hover .product_div_item_pic a img {
	transform: scale(1.1);
}
/*优势*/
#youshi_bg {
	width: 100%;
	height: 900px;
	background: url(../images/ls.jpg) center no-repeat;
	margin: auto;
}
#youshi_t {
	width: 550px;
	text-align: center;
	margin: auto;
	padding-top: 40px;
	color: #fff;
	padding-bottom: 15px;
}
.youshi_t1 {
	line-height: 45px;
	font-size: 42px;
	font-weight: bold;
	padding-top: 20px;
}
.youshi_t2 {
	font-size: 16px;
	line-height: 40px;
	color: #c8e8f9;
}
.youshi_t3 {
	padding-top: 10px;
	margin: auto;
	animation: myfirst 2s infinite;
	display: inherit-block;
}
#youshi_fl {
	width: 45%;
	height: 630px;
	background: url(../images/bs.png) left no-repeat;
	float: left;
	color: #fff;
}
.youshi_c {
	width: 340px;
	padding-top: 90px;
	padding-left: 35px;
	float: left;
}
.youshi_h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 42px;
}
.youshi_h2 {
	font-size: 28px;
	line-height: 42px;
	font-family: Century Gothic;
}
.youshi_h3 {
	width: 320px;
	height: 44px;
	border: 1px solid #c8e8f9;
	line-height: 44px;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
}
.youshi_h4 {
	width: 84px;
	margin-right: 28px;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	margin-top: 55px;
	animation: myfirst 2s infinite;
	display: inherit-block;
}
.youshi_h4 .v1 {
	width: 82px;
	height: 60px;
	padding-top: 22px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.youshi_ted {
	width: 290px;
	height: 22px;
	line-height: 22px;
	background: url(../images/tel.png) left no-repeat;
	float: left;
	font-size: 16px;
	padding-left: 35px;
	margin-top: 55px;
}
.youshi_ted span {
	float: left;
}
.youshi_ted strong {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #ffc200;
}
#youshi_r {
	width: 65%;
	height: 565px;
	float: right;
	background: rgba(200,232,249,0.85);
	margin-top: -595px;
}
.youshi_p {
	width: 43%;
	float: left;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 45px;
}
.youshi_p:hover {
	-webkit-animation: test 0.4s ease-in 2;
	cursor: pointer;
}
@-webkit-keyframes test {
0% {
transform:translate(0, 0)
}
50% {
transform:translate(0, 5px)
}
100% {
transform:translate(0, 0)
}
}
.youshi_v1 {
	font-size: 46px;
	line-height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	color: #068bdb;
}
.youshi_v2 {
	line-height: 50px;
	font-size: 26px;
	padding-bottom: 5px;
	color: #222;
}
.youshi_v3 {
	width: 55px;
	height: 2px;
	background: #068bdb;
}
.youshi_v4 {
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
/*简介*/
.in-about{
	width:100%;
	padding:5% 0;
	background: url(../images/inab-bg.jpg) no-repeat center 100%;
}
.in-about h3 {
    font-size: 60px;
    font-weight: bold;
    color: #f3f3f3;
    text-transform:uppercase;
}
.in-about h2 {
	font-size:38px;
	margin-top:-40px;
}
.in-about h2 span {
	color:#068bdb;
}
.aygnwydj {
	width: 347px;
	height: 56px;
	background: url(../images/ab.png) center no-repeat;
	margin: 0 auto;
}
.gyxtjhw {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #333;
}
.gyxtjhw font {
	font-size: 36px;
	font-weight: bold;
	color: #068bdb;
}
.shgbbtl {
	background: #068bdb;
	float: left;
}
.hsgbjtzb {
	width: 45%;
	padding: 0 5% 40px 0;
	float: left;
}
.ngjlswbz {
	font-size: 20px;
	color: #888;
	font-weight:bold;
	margin:3% 0 5%;
}
.gjgnjsld {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom:8%;
}
.srhlsnkd {
	width: 130px;
	height: 51px;
	background: #068bdb;
	margin-right: 1px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 51px;
	text-align: center;
}
.srhlsnkd a {
	width: 130px;
	height: 51px;
	background: #068bdb;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 51px;
	text-align: center;
	display: block;
}
.srhlsnkd a:hover {
	width: 130px;
	height: 51px;
	background: #CC0033;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 51px;
	text-align: center;
	display: block;
}
.a-more{
	background:#068bdb;
	color:#fff !important;
    padding: 13px 40px;
    border-radius: 25px;
    font-size: 15px !important;
    transition:all 0.4s;
}
.a-more:hover{
	padding:13px 45px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.jjbtyz {
	width: 50%;
	float: left;
	overflow: hidden;
	cursor: pointer
}
.jjbtyz img {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	width: 100%;
}
.jjbtyz img:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
/*新闻中心*/
.in-news{
	width:100%;
	background:#f6f6f6;
	padding:4% 0 4.5%;
}
.news {
	width: 100%;
	max-width: 1390px;
	overflow: hidden;
	margin:0 auto;
}
.news_tline {
	width: 502px;
	margin: 0 auto;
}
.news_tline_i {
	width: 500px;
	position: absolute;
	z-index: -1;
	height: 1px;
	padding-top: 50px;
	margin-top: -20px;
}
.news_tline_il {
	width: 280px;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	margin-top: 1px;
}





.innews{
    width:100%;
    margin-top:3%;
}
.innews ul {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.innews ul li {
    position:relative;
    margin:0 1.5% 1%;
    background:#fff;
  height: 26rem;
  box-shadow: 0px 3px 10px 0px rgb(8 33 69 / 10%);
  overflow:hidden;
  width:33.333%;
}
.innews ul li .n-img{
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.innews ul li .n-img img{
    width:100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.innews ul li .n-main {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 12rem;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.innews ul li .n-main .n-text {
    overflow: hidden;
    position: absolute;
    width: 86%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.innews ul li .n-main h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.innews ul li .n-main p {
  font-size: 16px;
  color: #838282;
  margin-top: 0rem;
  line-height:26px;
}
.innews ul li .n-main h4 {
  font-size: 16px;
  color: #068bdb;
  margin-top: 1.5rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.innews ul li:hover .n-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.innews ul li:hover .n-main {
  height: 14.5rem;
}
.innews ul li:hover .n-main .n-text {
  top: 50%;
}
.innews ul li:hover .n-main .n-text h2 {
  color: #068bdb;
}
.innews ul li:hover .n-main .n-text h4 {
  top: 0;
  opacity: 1;
}



.news_m, .news_s {
	max-width: 1390px;
	margin: 0 auto;
	text-align: center;
	max-width: 1390px;
}
.news_m {
	font-size: 38px;
	font-weight: bold;
	line-height: 60px;
	color: #333;
}
.news_s {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #888;
}
.news_line {
	height: 1px;
	background: #ccc;
	width: 100%;
	margin: 0 auto;
}
.news_line_t {
	width: 100px;
	margin: 0 auto;
	height: 3px;
	background: #068bdb;
}
.news_line_d {
	width: 0px;
	height: 0;
	margin: 0 auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #068bdb;
}
.lanrenzhijia {
	max-width: 1390px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}
.news_dt {
	max-width: 1390px;
	margin: 0 auto;
	overflow: hidden;
}
.lanrenzhijia .news_dt a {
	display: block;
	float: left;
	text-decoration: none;
	width: 280px;
	font-size: 16px;
	margin: 0px 10px;
	padding: 15px 30px;
	box-shadow: 0 0 5px #ddd inset;
	transition: all 0.8s linear;
}
.lanrenzhijia .news_dt a.on {
	text-decoration: none;
	width: 400px;
	font-weight: bold;
	background: #f8f8f8;
	transition: all 0.8s linear;
}
.lanrenzhijia .news_dt a.on .news_dt_rm {
	transition: all 0.8s linear;
	color: #CC0033;
}
.news_dt_rm {
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	line-height: 40px;
	font-size: 20px;
	padding-left: 10px;
	transition: all 0.8s linear;
	font-weight: bold;
	color: #068bdb;
}
.news_dt_ren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	line-height: 26px;
	font-weight: normal;
	padding-left: 10px;
}
.lanrenzhijia .content {
	overflow: hidden;
	max-width: 1390px;
	margin: 0 auto;
	height: 405px;
	position: relative;
	max-width: 1390px;
	margin-top: 20px;
}
.lanrenzhijia .content .ul {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 1390px;
	max-width: 1390px;
}
.lanrenzhijia .content .li {
	max-width: 1390px;
	float: left;
	max-width: 1390px;
}
.news .news_div_item, .news .divdgweb_new_div_item {
	width: 578px;
	height: 180px;
	float: left;
	position: relative;
	margin: 12px 11px;
	transition: all 0.8s linear;
	box-shadow: 0 0 2px #ccc inset;/*background: url(../images/20181227162817_594763620.png) no-repeat 8px center;*/
}
.news_div_item_pic {
	float: left;
	width: 282px;
	height: 180px;
	overflow: hidden;
	box-shadow: 0 0 1px #ddd;
}
.news_div_item_pic img {
	width: 282px;
	height: 180px;
	transition: all 0.5s linear;
}
.news_div_item_content, .divdgweb_new_div_item_content {
	float: right;
	width: 270px;
	margin-right: 10px;
}
.news_div_item_title, .divdgweb_new_div_item_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 270px;
	padding-top: 10px;
}
.news_div_item_title a, .divdgweb_new_div_item_title a {
	font-size: 17px;
	transition: all 0.8s linear;
}
.news_div_item_body, .divdgweb_new_div_item_body {
	overflow: hidden;
	line-height: 23px;
	padding-top: 16px;
	height: 71px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 28px;
}
.news_dt_rgo {
	overflow: hidden;
	transition: all 0.8s linear;
}
.news_dt_rgo a {
	font-size: 0px;
	line-height: 0px;
}
.news_dt_rgo span {
	display: block;
	width: 90px;
	height: 1px;
	background: #999;
	transition: all 0.8s linear;
}
.news_dt_rgo p {
	font-size: 14px;
	line-height: 48px;
	text-align: right;
	position: relative;
	z-index: 2;
	color: #068bdb;
	transition: all 0.8s linear;
	margin-left: 200px;
	width: 270px;
}
.news_div_item_date, .divdgweb_new_div_item_date {
	position: absolute;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 310px;
	margin-top: 142px;
	color: #999;
}
.news_div_item_year, .divdgweb_new_div_item_year {
	float: left;
}
.news_div_item_month, .divdgweb_new_div_item_month {
	float: left;
}
.news_div_item_day, .divdgweb_new_div_item_day {
	float: left;
}
.news .news_div_item:hover .news_dt_rgo span, .news .divdgweb_new_div_item:hover .news_dt_rgo span {
	transition: all 0.8s linear;
	width: 100%;
}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a {
	transition: all 0.8s linear;
	color: #068bdb;
}
.news .news_div_item:hover .news_dt_rgo p, .news .divdgweb_new_div_item:hover .news_dt_rgo p {
	transition: all 0.8s linear;
	width: 100%;
	margin-left: 0px;
}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img {
	transition: all 0.5s linear;
	transform: scale(1.15);
}
/*版权*/
.footWrap {
	background: #1a1a1a;
	padding:3.2% 0 2.8%;
	overflow: hidden;
	border-bottom:1px solid #5b5b5b;
}
.footer {
	max-width: 1390px;
	margin: 0 auto;
}

.footer .fnav{
	width:76%;
	float:left;
}
.footer .fnav ul{
	display:flex;
	justify-content:space-between;
}
.footer .fnav ul li h1{
	margin-bottom:20px;
}
.footer .fnav ul li h1 a{
	color:#ddd;
	font-size:18px;
}
.footer .fnav ul li p{
	color:#b6b6b6;
	font-size:14px;
	line-height:2.5;
}
.footer .fnav ul li p a{
	color:#b6b6b6;
	font-size:14px;
	line-height:2.5;
}
.footer .fnav ul li h1 a:hover,.footer .fnav ul li p a:hover{
	color:#fff;
}
.dbdewmk {
	width: 10%;
	float: right;
	text-align:center;
}
.dbdewmk h3 {
	font-size:18px;
	color:#ddd;
	margin-bottom:15px;
}
.dbdewmk img {
    padding: 8px;
    border: 1px solid #505050;
}

.footbq{
	width:100%;
	background: #1a1a1a;
	padding:1% 0;
	overflow:hidden;
}
.footbq .f1 {
    float: left;
    font-size: 14px;
    color: #888;
    margin: 0 5px;
}
.footbq .f2 {
    float: left;
    font-size: 14px;
    color: #888;
    margin: 0 5px;
}
.footbq .f3 {
    float: right;
    font-size: 14px;
    color: #888;
    margin: 0 5px;
}
.footbq .f3 a {
    font-size: 14px;
    color: #888;
}

.f_nav {
	width: 270px;
}
.f_nav a {
	float: left;
	width: 120px;
	color: #fff;
	font-size: 14px;
}
.f_nav a:hover {
	float: left;
	width: 120px;
	color: #f43c2f;
	font-size: 14px;
}
.footer_r {
	width: 134px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
/*mianbxContent*/

.npos{
	width:100%;
	border-bottom:1px solid #e8e8e8;
	line-height:50px;
	overflow:hidden;
}
.n-nav{
	width:50%;
	float:left;
}

.n-nav ul li{ font-size: 16px; line-height: 66px; padding: 0 30px; color: #333; float: left; margin:0 1px 1px 0px;transition:all 0.4s;}
.n-nav ul li a{font-size:16px; color:#555;}
.n-nav ul li.active,.n-nav ul li:hover{ background: #068bdb;-webkit-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.n-nav ul li.active a,.n-nav ul li:hover a{ color: #ffffff;}
.mianbxContent {
	text-align:right;
	float:right;
	line-height: 66px !important;
	font-size: 16px !important;
	text-indent: 2.5em;
	letter-spacing: 1px;
	border-top: 1px solid #eee;
}
.mianbxContent .pos{
	position: relative;
	transition: 0.1s all;
	background: url(../images/b.png) no-repeat 7px 23px;
}
.mianbxContent a {
	font-size: 15px !important;
}
.mianbxContent .pos:hover {
	background-position: 7px -23px;
}
.strong_title {
	display: none;
}
.centerHeadImage {
	border: 0;
	display: none;
}
.mianbxContent a:hover {
	color: #068bdb;
	font-size: 15px !important;
}
.mianbxContent::after, .mianbxContent:after {
	content: '';
	position: absolute;
	display: block;
	height: 40px;
	width: 200px;
	top: 0;
	right: 0;
}

.ny-main{
	width:100%;
	padding:4% 0;
}
.nytit{
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.line{
	width:50px;
	height:3px;
	background:#068bdb;
	margin:20px auto;
}
.ny-main .nr{
	margin:2% 0;
}
.ny-main .nr .aimg{
	width:100%;
	overflow:hidden;
	display:flex;
}
.ny-main .nr .aimg .aimg-img{
	width:50%;
	padding:2%;
}
.ny-main .nr .aimg .aimg-img img{
	width:100%;
}
.my-kefu {
	position: fixed;
	right: 0px;
	top: 20%;
	z-index: 9999;
}
.my-kefu ul {
	width: 77px;
}
.my-kefu li a {
	text-decoration: none;
}
.my-kefu li {
	background: #3a3a3a;
	margin-top: 1px;
	padding: 9px 0;
	height: 56px;
	width: 77px;
}
.my-kefu li i {
	background: url(../images/tb.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.my-kefu li p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.my-kefu .my-kefu-qq i {
	background-position: 4px 0;
}
.my-kefu .my-kefu-tel i {
	background-position: 0 -25px;
}
.my-kefu .my-kefu-tel1 i {
	background-position: -35px 4px;
}
.my-kefu .my-kefu-tel1:hover {
	width: 246px;
	height: 145px;
}
.my-kefu .my-kefu-tel2 i {
	background-position: -35px 4px;
}
.my-kefu .my-kefu-tel2:hover {
	width: 246px;
	height: 145px;
}
.my-kefu .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.my-kefu .my-kefu-weixin i {
	background-position: -34px 4px;
}
.my-kefu .my-kefu-weibo i {
	background-position: -30px -22px;
}
.my-kefu .my-kefu-ftop {
	background-color: #068bdb;
}
.my-kefu .my-kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}
.my-kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}
.my-kefu-tel-right {
	font-size: 20px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	border-left: 1px solid #fff;
	padding-top: 10px;
}
.my-kefu-tel1-right {
	font-size: 20px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	margin-top: 8px;
	border: none;
	margin: 0 auto;
	margin-bottom: 5px;
}
.my-kefu-tel2-right {
	font-size: 20px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	margin-top: 8px;
	border: none;
	margin: 0 auto;
	margin-bottom: 5px;
}
.my-kefu-right {
	width: 20px;
}
.my-kefu-tel-main {
	color: #fff;
	margin-top: 9px;
	height: 47px;
	width: 247px;
}
.my-kefu-main {
	width: 97px;
	position: relative;
}
.my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
}
.pro_list_box_item_zdy {
	display: block;
	height: 155px;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.pro_list_box_item_zdy:hover {
	background: #f8f8f8;
}
.pro_list_box_item_l_zdy {
	width: 205px;
	height: 135px;
	float: left;
}
.pro_list_box_item_l_zdy a img {
	width: 205px;
	height: 135px;
	border: 1px solid #CCC;
	padding: 8px;
}
.pro_list_box_item_r_zdy {
	width: 940px;
	float: right;
	text-align: left
}
.pro_list_box_item_r_zdy p {
	height: 26px;
	font-size: 16px;
	color: #000;
	border: none;
	line-height: 26px;
	padding-bottom: 5px;
}
.pro_list_box_item_r_zdy p a {
	height: 26px;
	font-size: 16px;
	color: #068bdb;
	border: none;
}
.pro_list_box_item_r_zdy div {
	font-size: 15px;
	font-weight: normal;
	color: #888;
	height: 70px;
	overflow: hidden;
	line-height: 28px;
}
.pro_list_box_item_r_zdy div > span {
	font-size: 13px !important;
	font-weight: normal;
	color: #888;
	overflow: hidden;
	line-height: 24px !important;
}
.pro_list_box_item_r_zdy div p {
	font-size: 13px;
	font-weight: normal;
}
.pro_list_box_item_r_zdy a {
	text-decoration: none
}
.pro_list_box_item_r_zdy a:hover {
	text-decoration: none
}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy a {
	background: #CC0033;
}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy p {
	color: #000;
}
.shopmrsc a:hover {
	color: #000 !important;
}
.ny-news{
	width:100%;
	overflow:hidden;
	margin:3% 0;
}
.content_more_a_zdy {
	width: 90px;
	height: 30px;
	background: #068bdb;
	float: right;
	display: block;
	margin-top: 10px;
	text-align: center;
	line-height: 29px;
	height: 30px;
	color: #fff !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
}
.dgcontent_title_h5 {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
	height: 55px !important;
	line-height: 55px !important;
	margin: 10px auto 25px !important;
}
.dgcontent_title_h5 h5, .dgcontent_title_h5 h5 strong {
	font-size: 18px
}
.news_content_title {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
	height: 80px;
	margin: 3% auto;
}
.news_content_title h3, .news_content_title h3 strong {
	font-size: 26px;
	height: 55px;
	line-height: 55px;
	color: #068bdb;
}
.news_content_title p {
	font-size: 14px;
	color: #999;
}
.news_content_title hr {
	display: none;
}
.content_more_a_zdy::after, .content_more_a_zdy:after {
	content: '查看全文';
	color: #fff;
}
.news_prev,.news_next{
	font-size:15px;
}
.news_prev a,.news_next a{
	font-size:15px;
	color:#555;
}
.news_prev a:hover,.news_next a:hover{
	color:#068bdb;
}
.news_content_back a{
	font-size:16px;
	color:#999;
	font-weight:bold;
}
.news_content_back a:hover{
	color:#068bdb;
}
.list-main{
	width:100%;
	margin:3% 0;
	overflow:hidden;
}
.prolist{
	width:100%;
	overflow:hidden;
	margin-top:3% !important;
}
.prolist .honorlist{
	width:23% !important;
}
.prolist .pro_one_box{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
.prolist .pro_one_box:nth-child(3n){
	margin-right:0;
}
.prolist .honorlist:nth-child(3n){
	margin-right:2%;
}
.prolist .honorlist:nth-child(4n){
	margin-right:0 !important;
}
.prolist .pro_pic img{
	width:100%;
}
.prolist .honorlist .pro_pic{
	max-height:240px !important;
	min-height:240px !important;
	align-items:center;
}
.pro_pic{
	width:100%;
    overflow: hidden;
	cursor: pointer;
	max-height:340px;
	min-height:340px;
	display:flex;
}
.pro_pic img{
	width:100%;
transition:all 0.6s;
	}
	.pro_pic img:hover{
	transform: scale(1.08);
	}

.prolist .pro_name{
	font-size:16px;
	padding:15px 0;
	background:#f6f6f6;
	transition:all 0.4s;
}
.prolist .pro_one_box:hover .pro_name{
	background:#068bdb;
	color:#fff;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


.pro_one_box .pro_name {
	height: 30px;
	line-height: 30px;
}
.pro_all_class {
	width: 1150px !important;
	height: auto !important;
	margin: 0 auto !important;
	padding-top: 8px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	border-bottom: none !important;
	margin-bottom: 20px !important;
}
.pro_all_class a {
	display: inline-block;
	width: 155px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	margin-right: 8px !important;
	font-size: 14px;
	color: 279c2c;
	background: #068bdb;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	text-decoration: blink;
	transition: all 0.8s linear;
	color: #fff;
}
.pro_all_class a:hover {
	transition: all 0.8s linear;
	background: #cc0033;
	color: #fff;
}
.pro_all_class strong {
	background: #cc0033;
	color: #fff;
	display: block;
}
.pagess {
	clear: both;
	margin: 5% 0 2%;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pagess a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin: 0 3px;
	line-height: 24px;
	background: #fff;
	color: #999;
	font-size:16px;
}
.pagess a:hover {
	background: #068bdb;
	color: #fff;
	border: 1px solid #068bdb
}
.pagess a.page-num-current {
	display: inline-block;
	border: 1px solid #068bdb;
	padding: 4px 12px;
	margin: 0 1px;
	background: #068bdb;
	color: #fff;
}
.pagess ul li a {
	display: block;
	color: #999
}
.pagess ul li a:hover {
	color: #fff;
}
.kehu{
	width:100%;
	margin:3% 0 0;
	overflow:hidden;
	padding:10px 0;
}
.kehu ul li{
	float:left;
	width:18.5%;
	margin-right:1.5%;
	margin-bottom:1.5%;
	border:1px solid #ddd;
}
.kehu ul li:nth-child(5n){
	margin-right:0;
}
.kehu ul li img{
	width:100%;
}
.kehu ul li:hover{
	box-shadow:0 0 6px rgb(0 0 0 / 15%);
}
.kehu ul li{ display:block; overflow:hidden; }
.kehu ul li img{ display:block; border:0px; width:100%; transform:scale(1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; }
.kehu ul li:hover img{ transform:scale(1.15); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; cursor:pointer; }
.lianxi_m {
	max-width: 1390px;
	overflow: hidden;
	background: #f5f5f5;
	margin: 0 auto;
}
.lianxi_ml {
	background: #068bdb;
	color: #fff;
	padding: 30px;
	overflow: hidden;
	float: left;
}
.lianxi_ml_m {
	overflow: hidden;
	font-size: 38px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 18px;
}
.lianxi_ml_s {
	width: 315px;
	border: solid 2px #fff;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 18px;
	line-height: 45px;
}
.lianxi_ml_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 40px;
}
.lianxi_mr {
	float: right;
	overflow: hidden;
	width: 780px;
}
.lianxi_mr_i {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: bold;
	line-height: 100px;
	color: #333;
	position: absolute;
	overflow: hidden;
	margin-top: 18px;
}
.lianxi_m .mr_i {
	font-size: 140px;
	line-height: 120px;
	margin-top: 150px;
	margin-left: 650px;
}
.lianxi_mr_m {
	width: 600px;
	float: left;
	overflow: hidden;
	padding-left: 80px;
	padding-right: 20px;
	padding-top: 25px;
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.lianxi_mr_m span {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	color: #333;
}
.lianxi {
	max-width: 1390px;
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
	margin-top: 3%;
	margin-bottom: 10px;
}
.lianxi_l {
	float: left;
	width: 40%;
	overflow: hidden;
}
.lianxi_lm {
	overflow: hidden;
	margin-top: 40px;
	border-left: solid 5px #068bdb;
	font-size: 26px;
	line-height: 30px;
	padding-left: 20px;
	margin-bottom: 18px;
}
.lianxi_len {
	overflow: hidden;
	border-left: solid 5px #2b3e9d;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #068bdb;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 20px;
}
.lianxi_ld_l {
	overflow: hidden;
	padding: 15px 0px;
	padding-left: 30px;
}
.ld_i {
	float: left;
	width: 56px;
}
.ld_i img {
	width: 56px;
}
.ld_l {
	float: left;
	padding-left: 18px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	width: 75%;
}
.ld_l span {
	font-size: 18px;
	color: #333;
}
.ld_l a {
	font-size: 14px;
	color: #666;
}
.lianxi_r {
	float: right;
	width: 60%;
	overflow: hidden;
	height: auto;
}
.lianxi_rm {
	overflow: hidden;
	margin-top: -10px;
}
.lianxi_rm_en {
	float: left;
	color: #068bdb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
}
.lianxi_rm_m {
	float: left;
	margin-left: 10px;
	border-top: solid 3px #068bdb;
	font-size: 20px;
	line-height: 40px;
	margin-top: 10px;
}
.lianxi_rd {
	overflow: hidden;
	margin-top: 15px;
	border: solid 1px #ccc;
}
.yunu-message {
	background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
	border: 1px solid #ddd;
	padding: 50px 200px;
	margin-bottom: 30px;
}
.form-group {
	margin-bottom: 15px;
}
.form-label {
	float: left;
	line-height: 34px;
	width: 120px;
	text-align: right;
}
.form-label span {
	color: #e50112;
}
.form-content {
	margin-left: 130px;
}
.form-control {
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	width: 600px;
	display: inline-block;
	vertical-align: top;
}
select.form-control {
	height: 34px;
}
.form-submit {
	padding: 6px 22px;
	color: #fff;
	background-color: #3db748;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
}
.form-button {
	padding: 6px 22px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
}
